home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / LVCOMP.IN_ / lvcomp.inf
Encoding:
Windows Setup INFormation  |  1999-11-14  |  1.8 KB  |  81 lines

  1. ;
  2. ; LVComp.INF
  3. ; This file contains Logitech Video Composite devices.
  4. ;
  5. ; Copyright (c)1996-1998 Logitech Inc.
  6. ;
  7.  
  8. [Version]
  9. signature="$CHICAGO$"
  10. Class=USB
  11. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  12. Provider=%LGI%
  13. LayoutFile=LAYOUT.INF
  14. DriverVer=11/14/1999,5.00.2183.1
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir=11               ; LDID_SYS
  18.  
  19. ; =================== Class Sections ===========================
  20.  
  21. [ClassInstall]
  22. Addreg=USBClassReg
  23.  
  24. [USBClassReg]
  25. HKR,,,,%USBClassName%
  26. HKR,,Icon,,-20
  27.  
  28.  
  29. ; =================== Table of content =========================
  30.  
  31. [Manufacturer]
  32. %LogitechMfg%=Logitech.Section
  33.  
  34. ; =================== Generic ==================================
  35.  
  36. [Logitech.Section]
  37. %USB\VID_046D&PID_8801.DeviceDesc%=StandardHub.Dev,USB\VID_046D&PID_8801
  38. %USB\VID_046D&PID_8801.DeviceDesc%=StandardHub.Dev,USB\VID_046D&PID_0801
  39.  
  40. ; --------------------------------------------------------------
  41.  
  42. [StandardHub.Dev]
  43. AddReg=Hub.AddReg
  44. CopyFiles=Hub.CopyFiles
  45.  
  46. [StandardHub.Dev.NT]
  47. CopyFiles=Hub.CopyFiles.NT
  48.  
  49. [StandardHub.Dev.NT.Services]
  50. AddService = usbhub, 0x00000002, StandardHub.AddService
  51.  
  52. [StandardHub.AddService]
  53. DisplayName    = %StandardHub.SvcDesc%
  54. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  55. StartType      = 2                  ; SERVICE_AUTO_START
  56. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  57. ServiceBinary  = %12%\usbhub.sys
  58. LoadOrderGroup = Base
  59.  
  60.  
  61.  
  62. ; =================== Global ==================================
  63.  
  64. [HUB.AddReg]
  65. HKR,,DevLoader,,*NTKERN
  66. HKR,,NTMPDriver,,usbhub.sys
  67.  
  68. [HUB.CopyFiles]
  69.  
  70. [USB.CopyFiles.NT]
  71.  
  72. [ControlFlags]
  73.  
  74. [DestinationDirs]
  75. DefaultDestDir = 11             ; System directory
  76. [Strings]
  77. LogitechMfg="Logitech"
  78. LGI="Logitech"
  79. USBClassName="Universal serial bus controller"
  80. USB\VID_046D&PID_8801.DeviceDesc="Logitech USB Camera"
  81.